net/http.http2pipe.donec (field)
7 uses
net/http (current package)
h2_bundle.go#L3712: donec chan struct{} // closed on error
h2_bundle.go#L3829: if p.donec == nil {
h2_bundle.go#L3835: case <-p.donec:
h2_bundle.go#L3837: close(p.donec)
h2_bundle.go#L3856: if p.donec == nil {
h2_bundle.go#L3857: p.donec = make(chan struct{})
h2_bundle.go#L3863: return p.donec
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |